🌎 rns.kin.earth git 🌍
Commit dc9cf0c2f4f3432283148abc82146301682aaf99
Parents : fa07c8c
Author : Mark Qvist <bc7291552be7a58f361522990465165c>
Signature : T66BB85Valid, signed by author
Date : 2026-08-28T00:09:16+02:00
Updated setup.py
Changes
Diff
diff --git a/setup.py b/setup.py
index a313d083..8e7dd5a6 100644
--- a/setup.py
+++ b/setup.py
@@ -85,8 +85,7 @@ if native_build:
from setuptools import Extension
from Cython.Build import cythonize
- # native_opt = os.environ.get("RNS_NATIVE_OPT", "-O3")
- native_opt = os.environ.get("RNS_NATIVE_OPT", "-Os")
+ native_opt = os.environ.get("RNS_NATIVE_OPT", "-O3")
if sys.platform == "win32": native_cargs = []
else: native_cargs = [native_opt, "-g0", "-fno-lto"]
Served by rngit 1.5.2 - Generated in 0.06s